今天來跟大家介紹 GCP terraform 的 Hello World 級別 component GCE
根據 google 的文件
https://cloud.google.com/compute/docs/instances/create-start-instance#terraform
可以查到基本用法
而在 terraform 的文件
https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/compute_instance
可以查到能使用的參數
然而難點在參數太多不知道該怎麼填, 此時可以使用 cloud console 中 equivalent code 來自動生成
至於生成後一堆寫死的參數該如何處理, 會留在後續說明
clone 後進入專案該資料夾
https://github.com/leon123858/terroform-sample/tree/main/IT-man-sample/day1
創建用 make start
釋放資源用 make destroy